home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / source / ncsat.cpt / Telnet2.5 final / tcpip / ip.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-04-05  |  313 b   |  25 lines

  1. extern int ipinterpret
  2.   (
  3.     IPKT *p,                /* BYU 2.4.15 */
  4.     short fromSLIP            /* BYU 2.4.15 */
  5.   );
  6.  
  7. extern int netusend
  8.   (
  9.     unsigned char *machine,
  10.     unsigned int port,
  11.     unsigned int retport,
  12.     unsigned char *buffer,
  13.     int n
  14.   );
  15.  
  16. extern void netulisten
  17.   (
  18.     int port
  19.   );
  20.  
  21. extern int neturead
  22.   (
  23.     char *buffer
  24.   );
  25.